home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / Harvest C / Source Code / CProjectInfoDialog.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-01-15  |  548 b   |  26 lines  |  [TEXT/KAHL]

  1. /******************************************************************************
  2.  CProjectInfoDialog.h
  3.  
  4.         Interface for CProjectInfoDialog class.
  5.         
  6.     SUPERCLASS = CDLOGDirector
  7.     
  8.     Copyright © 1991 Symantec Corporation. All rights reserved.
  9.     
  10.  
  11.  ******************************************************************************/
  12.  
  13. #define _H_CProjectInfoDialog
  14.  
  15. #include "CDLOGDirector.h"
  16.  
  17. class CProjectInfoDialog : public CDLOGDirector
  18. {
  19. public:
  20.  
  21.     void IProjectInfoDialog( int theID, CDirectorOwner *aSupervisor);
  22.     
  23.     virtual void DoCommand( long);
  24.     
  25. };
  26.